home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 3 / CD ACTUAL 3.iso / linux / sonido / studio.000 / studio / Ss / install < prev    next >
Encoding:
Text File  |  1995-05-23  |  271 b   |  12 lines

  1. #!/bin/bash
  2. # Compilation script for Sound Studio
  3. # by Paul D. Sharpe
  4. echo Building maxmin...
  5. gcc -O2 maxmin.c -o maxmin
  6. echo Building studio_mixer...
  7. gcc s_mixer.c -o studio_mixer
  8. echo Building studio_tool...
  9. gcc s_tool.c -o studio_tool
  10. echo Locating wish:
  11. whereis wish
  12.